home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / libhtml-format-perl / README < prev   
Encoding:
Text File  |  2002-11-07  |  1.2 KB  |  51 lines

  1.                                # Time-stamp: "2002-11-07 00:20:59 MST"
  2.  
  3. HTML-Format
  4. -----------
  5.  
  6. This is a collection of modules that formats HTML as plaintext,
  7. PostScript or RTF.
  8.  
  9. The modules present in this package are:
  10.  
  11.   HTML::FormatText - Formatter that converts a syntax tree to plain
  12.         readable text.
  13.  
  14.   HTML::FormatPS - Formatter that outputs PostScript code.
  15.  
  16.   HTML::FormatRTF - Formatter that outputs RTF code.
  17.  
  18.   HTML::Formatter - Base class for various formatters.  Formatters
  19.         traverse a syntax tree and produce some textual output.  None
  20.         of the current formatters handle tables or forms yet.
  21.  
  22.  
  23.  
  24. PREREQUISITES
  25.  
  26. In order to install and use this package you will need Perl version
  27. 5.004 or better.  You will also need to have the HTML-Tree
  28. distribution (version 3.15 or better) installed.  If you intend to use
  29. the PostScript formatter you need the Font-AFM distribution.  All of
  30. these should be available from CPAN.
  31.  
  32.  
  33.  
  34. INSTALLATION
  35.  
  36. Just follow the usual procedure:
  37.  
  38.    perl Makefile.PL
  39.    make
  40.    make test
  41.    make install
  42.  
  43.  
  44.  
  45. COPYRIGHT
  46.  
  47.   © 1995-2002 Gisle Aas and Sean M. Burke.  All rights reserved.
  48.  
  49. This library is free software; you can redistribute it and/or modify
  50. it under the same terms as Perl itself.
  51.